#include <iostream.h>
void main ()
    {
       cout << "To jest test kompilatora." << endl;
    }
